Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Member Functions | List of all members
Ipv6IpProcess Class Reference

Ipv6IpProcess handles IPv6 to IPv4 tunneling. More...

Inheritance diagram for Ipv6IpProcess:
Process

Public Member Functions

void addTunnelIntByNum (int)
 Adds a tunnel interface to the device. More...
 
void removeTunnelIntByNum (int)
 Removes the tunnel interface with the specified interface number. More...
 
int getTunnelIntcount ()
 Returns the number of tunnel interfaces. More...
 
- Public Member Functions inherited from Process
Device getOwnerDevice ()
 Returns the device for this process. More...
 

Detailed Description

Ipv6IpProcess handles IPv6 to IPv4 tunneling.

Member Function Documentation

◆ addTunnelIntByNum()

void Ipv6IpProcess::addTunnelIntByNum ( int  )

Adds a tunnel interface to the device.

Parameters
num,theinterface number for the tunnel interface.

◆ getTunnelIntcount()

int Ipv6IpProcess::getTunnelIntcount ( )

Returns the number of tunnel interfaces.

Returns
int, the number of tunnel interfaces.

◆ removeTunnelIntByNum()

void Ipv6IpProcess::removeTunnelIntByNum ( int  )

Removes the tunnel interface with the specified interface number.

Parameters
num,theinterface number of the tunnel interface of interest.

The documentation for this class was generated from the following file: